func internal/reflectlite.toRType
10 uses
internal/reflectlite (current package)
type.go#L311: func toRType(t *abi.Type) rtype {
type.go#L320: panic("reflect: Elem of invalid type " + toRType(t).String())
type.go#L433: rT := toRType(T)
type.go#L434: rV := toRType(V)
type.go#L537: if toRType(T).Name() != toRType(V).Name() || T.Kind() != V.Kind() {
type.go#L653: return toRType(t)
value.go#L383: return toRType(v.typ)
value.go#L445: panic(context + ": value of type " + toRType(v.typ).String() + " is not assignable to type " + toRType(dst).String())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |